From: Stefan Monnier Date: Wed, 5 Nov 2003 15:27:44 +0000 (+0000) Subject: (VALBITS, XINT, XUINT): Remove. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~25055 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=cffd9e0bbeaf9a69a7b2e54f7374650aa61a1297;p=emacs.git (VALBITS, XINT, XUINT): Remove. --- diff --git a/src/m/amdx86-64.h b/src/m/amdx86-64.h index 96ba0329631..fdb2b02fe70 100644 --- a/src/m/amdx86-64.h +++ b/src/m/amdx86-64.h @@ -97,14 +97,6 @@ Boston, MA 02111-1307, USA. */ #define PNTR_COMPARISON_TYPE unsigned long -/* On the 64 bit architecture, we can use 60 bits for addresses */ - -#define VALBITS 60 - -/* Define XINT and XUINT so that they can take arguments of type int */ -#define XINT(a) (((long) (a) << (BITS_PER_LONG - VALBITS)) >> (BITS_PER_LONG - VALBITS)) -#define XUINT(a) ((long) (a) & VALMASK) - /* Define XPNTR to avoid or'ing with DATA_SEG_BITS */ #define XPNTR(a) XUINT (a) diff --git a/src/m/ia64.h b/src/m/ia64.h index 3ccdb02bd24..7114382d513 100644 --- a/src/m/ia64.h +++ b/src/m/ia64.h @@ -119,15 +119,6 @@ Boston, MA 02111-1307, USA. */ #define PNTR_COMPARISON_TYPE unsigned long -/* On the 64 bit architecture, we can use 60 bits for addresses */ - -#define VALBITS 60 - -/* Define XINT and XUINT so that they can take arguments of type int */ - -#define XINT(a) (((long) (a) << (BITS_PER_LONG - VALBITS)) >> (BITS_PER_LONG - VALBITS)) -#define XUINT(a) ((long) (a) & VALMASK) - #ifndef NOT_C_CODE #ifdef REL_ALLOC